Raster Package Bitmap Structure
The raster package bitmap structure, of data typegxRasterPackageBitmapRec
, is used with theGXRasterPackageBitmap
message.
struct gxRasterPackageBitmapRec { gxBitmap *bitmapToPackage; unsigned short startRaster; unsigned short colorBand; Boolean isBandDirty; Rect dirtyRect; }; typedef struct gxRasterPackageBitmapRec gxRasterPackageBitmapRec;
Field Description
bitmapToPackage
- A pointer to the bitmap that contains the data to be packaged.
startRaster
- The raster where the packaging is to begin.
colorBand
- Which color pass of packaging this structure represents.
isBandDirty
- A Boolean value that is
true
if the raster band being packaged contains any nonwhite bits and isfalse
if the raster band is all white.dirtyRect
- A rectangle that defines the area in the bitmap that contains dirty bits.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help